第 5 步:我们将在调用行中将参数传递给函数。这将为每个参数变量分配一个值。
- 将Function Call with Parameter拖到函数外部,并将名称更改为draw_card.
- 将调用行中的参数更改为字符串"Sunday the 20th".
- 添加另一个以逗号分隔的参数:整数7.
- 添加以逗号分隔的第三个参数:字符串"summer".
To navigate the page using the TAB key, first press ESC to exit the code editor.